home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / patch11b.zip / KEYBOARD.ZIP / KEYBOARD.DOC < prev    next >
Text File  |  1988-08-26  |  2KB  |  32 lines

  1.  
  2.      If you have an extended keyboard and your BIOS supports extended
  3. keyboards, a flag is set in the BIOS data area indicating your hardware
  4. configuration.  PROCOMM PLUS (except version 1.0) looks at this flag and
  5. if the BIOS indicates an extended keyboard, calls the extended keyboard
  6. subfunction of INT 16 rather than the regular keyboard function to get
  7. keys from the BIOS keyboard buffer.  Some TSR programs (such as Turbo
  8. Lightning) or mouse drivers do not support the extended-keyboard and
  9. therefore will not function under PROCOMM PLUS.
  10.  
  11.      A workaround for this problem is to make PROCOMM PLUS think you
  12. have a regular keyboard rather than an extended one by changing a single
  13. bit in the BIOS data area.  This is exactly what REGULAR.COM does.  Once
  14. you run REGULAR.COM (by typing REGULAR at the DOS prompt before going
  15. into PROCOMM PLUS) you will not be able to use your F11 and F12 keys,
  16. but you will probably be able to use your TSR or mouse driver unless it
  17. conflicts in some other way.  After leaving PROCOMM PLUS you can run
  18. EXTENDED.COM to enable your extended keyboard functions again.  Perhaps
  19. the best way to use these programs is in a batch file, e.g.:
  20.  
  21.                REGULAR
  22.                PCPLUS
  23.                EXTENDED
  24.  
  25.  
  26. NOTE:
  27.     After forcing PROCOMM PLUS to think you have regular keyboard, there
  28. is no way to distinguish the extended keyboard's special keys.  This
  29. means, for example, that the grey keys will act the same as their
  30. regular keyboard counterparts and that F11 & F12 will be unavailable.
  31.  
  32.